home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / forgingIntro.dxr / Internal_9.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  359 b   |  23 lines

  1. on mouseLeave
  2.   set the visible of sprite 100 to 0
  3. end
  4.  
  5. on mouseUp
  6.   case the mouseLine of
  7.     1:
  8.       openMore("mogoeb")
  9.     2:
  10.       openMore("moleb")
  11.     3:
  12.       openMore("mobarth")
  13.     4:
  14.       openMore("mosoc")
  15.   end case
  16.   set the visible of sprite 100 to 0
  17.   updateStage()
  18. end
  19.  
  20. on mouseWithin
  21.   hilite line the mouseLine of field the mouseMember
  22. end
  23.